Conversation
Complete translation of asyncio Call Graph Introspection documentation covering print_call_graph(), format_call_graph(), capture_call_graph() and low-level utility functions.
|
library/asyncio-graph.po
Outdated
| #: ../../library/asyncio-graph.rst:8 | ||
| msgid "Call Graph Introspection" | ||
| msgstr "" | ||
| msgstr "呼叫圖內省(Graph Introspection)" |
|
thanks 那保留內省好了看起來是常見的翻法
|
library/asyncio-graph.po
Outdated
| #: ../../library/asyncio-graph.rst:8 | ||
| msgid "Call Graph Introspection" | ||
| msgstr "" | ||
| msgstr "呼叫圖內省(Graph Introspection)" |
There was a problem hiding this comment.
只少掉一字 call 怕誤導
| msgstr "呼叫圖內省(Graph Introspection)" | |
| msgstr "呼叫圖內省(Call Graph Introspection)" |
There was a problem hiding this comment.
Fixed in 55f3893: "呼叫圖內省(Call Graph Introspection)"
library/asyncio-graph.po
Outdated
| "within a Python program or by external profilers and debuggers." | ||
| msgstr "" | ||
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " | ||
| "*任務*\\ ,或是暫停的\\ *future*\\ 的完整呼叫圖。這些工具和底層機制可以在 " |
There was a problem hiding this comment.
| "*任務*\\ ,或是暫停的\\ *future*\\ 的完整呼叫圖。這些工具和底層機制可以在 " | |
| "*任務*,或是暫停的 *future* 的完整呼叫圖。這些工具和底層機制可以在 " |
library/asyncio-graph.po
Outdated
| "*future*. These utilities and the underlying machinery can be used from " | ||
| "within a Python program or by external profilers and debuggers." | ||
| msgstr "" | ||
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " |
There was a problem hiding this comment.
目前 runtime 都不翻
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " | |
| "asyncio 擁有強大的 runtime 呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " |
library/asyncio-graph.po
Outdated
| msgstr "" | ||
| "asyncio 擁有強大的執行期呼叫圖內省工具,可以追蹤執行中的\\ *協程*\\ 或\\ " | ||
| "*任務*\\ ,或是暫停的\\ *future*\\ 的完整呼叫圖。這些工具和底層機制可以在 " | ||
| "Python 程式內部使用,或被外部分析器和除錯器使用。" |
There was a problem hiding this comment.
| "Python 程式內部使用,或被外部分析器和除錯器使用。" | |
| "Python 程式內部使用,或被外部分析器和偵錯器使用。" |
library/asyncio-graph.po
Outdated
| "*depth* argument can be used to skip the specified number of frames from top " | ||
| "of the stack." | ||
| msgstr "" | ||
| "如果在\\ *當前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth* " |
There was a problem hiding this comment.
使用「目前」而非「當前」
| "如果在\\ *當前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth* " | |
| "如果在\\ *目前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth* " |
library/asyncio-graph.po
Outdated
| "類似於 :func:`print_call_graph`\\ ,但回傳一個字串。如果 *future* 為 " | ||
| "``None`` 且沒有當前任務,此函式回傳一個空字串。" |
There was a problem hiding this comment.
| "類似於 :func:`print_call_graph`\\ ,但回傳一個字串。如果 *future* 為 " | |
| "``None`` 且沒有當前任務,此函式回傳一個空字串。" | |
| "類似於 :func:`print_call_graph`,但回傳一個字串。如果 *future* 為 " | |
| "``None`` 且沒有目前任務,此函式回傳一個空字串。" |
library/asyncio-graph.po
Outdated
| "Capture the async call graph for the current task or the " | ||
| "provided :class:`Task` or :class:`Future`." | ||
| msgstr "" | ||
| "捕獲當前任務或所提供的 :class:`Task` 或 :class:`Future` 的非同步呼叫圖。" |
There was a problem hiding this comment.
| "捕獲當前任務或所提供的 :class:`Task` 或 :class:`Future` 的非同步呼叫圖。" | |
| "捕獲目前任務或所提供的 :class:`Task` 或 :class:`Future` 的非同步呼叫圖。" |
library/asyncio-graph.po
Outdated
| "此函式接受一個選擇性的 *future* 引數。如果未傳入,將使用當前執行中的任務。" | ||
| "如果沒有當前任務,此函式回傳 ``None``\\ 。" |
There was a problem hiding this comment.
| "此函式接受一個選擇性的 *future* 引數。如果未傳入,將使用當前執行中的任務。" | |
| "如果沒有當前任務,此函式回傳 ``None``\\ 。" | |
| "此函式接受一個選擇性的 *future* 引數。如果未傳入,將使用目前執行中的任務。" | |
| "如果沒有目前任務,此函式回傳 ``None``。" |
library/asyncio-graph.po
Outdated
| "或 :class:`TaskGroup`\\ 。任何時候涉及使用低階 API(如 :meth:`Future." | ||
| "add_done_callback() <asyncio.Future.add_done_callback>`\\ )的中介 :class:" |
There was a problem hiding this comment.
| "或 :class:`TaskGroup`\\ 。任何時候涉及使用低階 API(如 :meth:`Future." | |
| "add_done_callback() <asyncio.Future.add_done_callback>`\\ )的中介 :class:" | |
| "或 :class:`TaskGroup`。任何時候涉及使用低階 API(如 :meth:`Future." | |
| "add_done_callback() <asyncio.Future.add_done_callback>`)的中介 :class:" |
library/asyncio-graph.po
Outdated
| "This function prints entries starting from the top frame and going down " | ||
| "towards the invocation point." | ||
| msgstr "" | ||
| msgstr "此函式會從頂層框架開始印出條目,然後往下到呼叫點。" |
There was a problem hiding this comment.
ditto
這個 "frame" 出現比較早,原文附註應該在這邊
There was a problem hiding this comment.
Fixed in 55f3893: added (frame) annotation at first occurrence (line 49) and removed it from the later occurrence.
|
@copilot fix the PR based on the review comments |
Agent-Logs-Url: https://github.com/python/python-docs-zh-tw/sessions/d457961b-6fd9-4f61-bb43-c2454d18e40c Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
All review feedback addressed in 55f3893:
|
Complete translation of asyncio Call Graph Introspection documentation covering print_call_graph(), format_call_graph(), capture_call_graph() and low-level utility functions.